* {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 991px;
    position: relative;
}
.nav{
    position: relative;
    height:40px;
}
.clearfix::after{
    content: '';
    display: block;
    height:0;
    clear: both;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.dot{
    position: relative;
    padding-left:14px;
}
.dot::before{
    content:'';
    position: absolute;
    left:0;
    top:12px;
    width:2px;
    height:2px;
    background-color: #000;
}
.more{
    color: #333333;
    font-size: 12px;
    text-align: right;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}
.main{
    margin-bottom:40px;
}
.header{
    margin-bottom:20px;
}

.banner {
    position: relative;
    padding-top: 20%;
    background: url(../images/banner.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.lang {
    position: absolute;
    top: 0.15rem;
    right: 0.3rem;
    color: #fff;
    font-size: 14px;
}

.menu-wrapper {
    display: flex;
    height: inherit;
    line-height: 2;
    background-color: #f2f2f2;
}

.menu-wrapper>li {
    flex: 1;
    position: relative;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    line-height: 2.5;
}

.menu-wrapper>li:hover .subMenu-list {
    display: block;
}

.subMenu-list {
    display: none;
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    z-index:2;
}

.subMenu-list>li {
    width: 100%;
    height: 32px;
	line-height:32px;
    background-color: #56abce;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.subMenu-list>li:not(:last-child){
    border-bottom: 2px solid #fff;
}

.news-list{
    font-size:14px;
    color:#000;
}

.footer{
    padding: 15px 10px;
    font-size:15px;
    text-align: center;
    border-top: 2px solid #999;
}
.gh {
    position: absolute;
    top: 21.5vw;
    right: 0;
    padding: 2px 8px;
    height: 24px;
    width: 24px;
    margin-right: 0;
    background: #f2f2f2;
    padding-right: 10px;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.gh a {
    background-color: #333;
    display: block;
    height: 3px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
}
.gh a:after, .gh a:before {
    background-color: #333;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
}
.gh a:before {
    top: -8px;
}
.gh a:after {
    top: 8px;
}
.gh.selected a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a {
    background-color: transparent !important;
}
.gh.selected a:after, .gh.selected a:before{
    top: 0;
    background: #333;
}
.nav.selected .menu-wrapper{
    display: block;
    line-height: normal;
}
.nav.selected .menu-wrapper li{
    display: inline-block;
    line-height: normal;
}
.crumbs {
    margin-top: 17px;
    margin-bottom: 45px;
    padding-left: 5px;
    font-size:14px;
  }
  .view-content {
    margin-bottom: 40px;
    text-align: center;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 14px;
    padding: 0 23px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .view-content img {
    display: block;
    width:100%;
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 47px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }
.details-container .main{
    width:100%;
}
@media screen and (max-width:757px) {
    .gh {
        display: block;
    }
    .nav {
        width: 100%;
        margin: 0 auto;
        background-color: #f2f2f2;
        color: #000;
        position: relative;
        z-index: 10;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
    }
    .nav.selected {
        white-space: normal;
        overflow: hidden;
        height: auto;
    }

    .lang {
        font-size: 12px;
        top: 0.1rem;
        right: 0.15rem;
    }

    .menu-wrapper>li {
        padding: 0 10px;
        font-size: 16px;
        font-weight: normal;
    }
}